home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / mintprgs / mintupgr / disk7.zoo / elvis.zoo / usr / doc / elvis / readme < prev    next >
Text File  |  1992-08-08  |  1KB  |  25 lines

  1. This file came with Elvis 1.5 Ported For MiNT, by Warwick Allison.
  2.  
  3.  
  4. What I did:
  5.  
  6.    1. Collected the standard Elvis 1.5 sources.
  7.    2. nroffed the manuals, etc. and only kept the ASCII versions.
  8.    3. Changed config.h to support a "MINT" configuration.
  9.    4. Added a MINT configuration to the makefile.
  10.    5. Added a tty reader in mint.c
  11.        - Should enable non-US keyboards to still use all characters.
  12.        - Allows all meta-key combinations and special keys to be mapped.
  13.        - see the file "doc/st_keys" and the sample home/elvis.rc for details.
  14.    6. Modified tmp.c to include MINT as a TOS-like program for syncing.
  15.    7. Compiled it.
  16.    8. Provided a better TERMCAP entry, since vt52 is a useless tty-type
  17.        for vi, since ESC-A is supposed to be up-arrow (which makes it
  18.        very bad to type ESC, Shift-A (ie. end-insert, append).  The new
  19.        one also gives the MUCH more efficient Add-line and Delete-line
  20.        teminal attributes - which the ST VT52 understands.  The new entry
  21.        also gives the arrow key assignments for the tty reader (5. above)
  22.  
  23.       The termcap entry is called "et52".  Of course, you'll need to
  24.        set TERM to et52 for this to work!
  25.